home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5167 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: haapa.oulu.fi!not-for-mail
  2. From: tikarjal@haapa.oulu.fi (Timo Karjalainen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Q: Change SuperBitMap planes?
  5. Date: 8 Mar 1996 13:27:58 GMT
  6. Organization: University of Oulu
  7. Message-ID: <4hpcku$3aq@ousrvr3.oulu.fi>
  8. NNTP-Posting-Host: haapa.oulu.fi
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. Summary: Can I change the BitMap of an open window?
  13. Keywords: window, BitMap, SuperBitMap
  14. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  15.  
  16. In a nutshell: Can I change the BitMap of an open SuperBitMap window and 
  17. how do I do it properly?
  18.  
  19. A program of mine uses a SuperBitMap window to display graphics. I want 
  20. the graphics to be zoomable in/out as well as fast'n'smooth scrolling 
  21. (That's why the SuperBitMap). Now zooming in on the gfx would increase 
  22. its size, so I'd need to switch to a larger BitMap. The question is, can 
  23. the BitMap be changed while Intuition is displaying the window? 
  24.  
  25. As far as I can see, neither RKMs nor autodocs say anything about doing
  26. something like this. Is it allowed or do I have to have just the 
  27. visible part rendered and render the new visible parts while scrolling?
  28.  
  29. tikarjal
  30.  
  31.  
  32.